home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / ftpx0033.zip / README.TXT < prev   
Text File  |  1996-06-03  |  40KB  |  1,021 lines

  1. FTP Explorer by Alan Chavis
  2. ===========================
  3.  
  4.  
  5. Copyright Notice
  6. ----------------
  7.  
  8. Copyright (c) 1995-1996 by Alan Chavis
  9. FTP Explorer is a trademark of Alan Chavis
  10.  
  11.  
  12. Release Notes
  13. -------------
  14.  
  15. THIS IS A BETA RELEASE.  THIS MEANS THAT YOU WILL ENCOUNTER PROBLEMS.
  16. PLEASE HELP ME TO IMPROVE THE PROGRAM BY REPORTING ANY PROBLEMS OR
  17. SUGGESTIONS TO:
  18.  
  19. achavis@datacrit.com
  20.  
  21. The main objective of FTP Explorer is to provide an FTP client that looks
  22. and feels just like the Windows 95 Explorer interface.  Please keep this
  23. in mind while evaluating it.
  24.  
  25. When released, FTP Explorer will be distributed FREE for non-commercial use.
  26. Commercial pricing is still up in the air, but will be competetive with other
  27. FTP clients.  Please email me about what you think a fair price would be.
  28.  
  29. THE LATEST RELEASE WILL ALWAYS BE AVAILABLE AT:
  30.  
  31. ftp.datacrit.com  /pub/ftpx
  32.  
  33. If you would like to subscribe to the FTP Explorer mailing list and be 
  34. notified via email about new releases, send email to:
  35.  
  36.     listserv@datacrit.com
  37.  
  38. with no subject, and put this in the body of the email:
  39.  
  40.     subscribe ftpx
  41.  
  42. NOTE: DON'T PUT ANYTHING ELSE IN THE BODY OF THE MESSAGE
  43.  
  44. If you thought you were on the mailing list, but didn't receive a
  45. notification about the latest build, you may want to subscribe again.
  46.  
  47. Please note that FTP Explorer requires a 32-bit TCP/IP stack.  If you are
  48. using a 16-bit stack you will need to upgrade to a 32-bit stack to use
  49. FTP Explorer.
  50.  
  51.  
  52. Disclaimer of Warranty
  53. ----------------------
  54.  
  55. THIS SOFTWARE AND THE ACCOMPANYING FILES ARE PROVIDED "AS IS" AND
  56. WITHOUT WARRANTIES OF ANY KIND WHETHER EXPRESSED OR IMPLIED.
  57.  
  58. In no event shall the author be held liable for any damages whatsoever,
  59. including without limitation, damages for loss of business profits, 
  60. business interruption, loss of business information, or any other loss 
  61. arising from the use or inability to use  the software.
  62.  
  63.  
  64. INSTALLATION INSTRUCTIONS
  65. -------------------------
  66.  
  67. Installation used to be simple.  Just put the EXE wherever you wanted and
  68. run it.
  69.  
  70. Well, now I've gone and added a shell extension and you'll have to do a
  71. little more work until we get a nice install program.  (You'd rather have
  72. more features and less bugs over a fancy install anyway right?)
  73.  
  74. Installation of the shell extension is optional, and is only required if
  75. you want to take advantage of drag and drop downloads and creation of
  76. shortcuts.  (You can drag and drop upload without it, and the shortcut
  77. option on the connect dialog will work without it.)
  78.  
  79. Be advised that because the shell extension runs in the shell's process,
  80. if it crashes it can bring the shell down with it.  It seems to work well,
  81. but I can't guarantee that you won't have any problems with it (this *is*
  82. a beta after all).  If anyone has any questions of a technical nature
  83. regarding the shell extension and what it's actually doing, feel free to
  84. email me and I'll clue you in.
  85.  
  86. Installing the shell extension is fairly simple:
  87.  
  88. 1. Copy the FTPXEXT.DLL file to your SYSTEM directory.
  89.  
  90. 2. Open the Windows 95 explorer and go to wherever FTPXEXT.REG is.
  91.    (Probably wherever you extracted FTP Explorer to)
  92.  
  93. 3. Right click on FTPXEXT.REG and choose the merge option from the
  94.    context menu.
  95.  
  96.    This will add some entries to your registry under the following keys:
  97.  
  98.    HKEY_CLASSES_ROOT\CLSID\{eb9ebda0-b3e7-11cf-81c9-0000c0aa665f}
  99.  
  100.    HKEY_CLASSES_ROOT\CLSID\{eb9ebda0-b3e7-11cf-81c9-0000c0aa665f}\InProcServer32
  101.  
  102.    HKEY_CLASSES_ROOT\Directory\shellex\CopyHookHandlers\FTP Explorer
  103.  
  104. 4. You will probably need to restart your system to activate the shell
  105.    extension.
  106.  
  107. If you want to uninstall the shell extension, just delete FTPXEXT.DLL from
  108. your SYSTEM directory and restart.  You can remove the entries from your
  109. registry as well if you feel confident you know what your doing, otherwise
  110. you can just leave them there, they don't take up much space.
  111.  
  112.  
  113. What's New
  114. ----------
  115.  
  116. * Changes in Version 0.00.033  (06/02/96)
  117.  
  118.  - Fixed a bug that was causing the columns in the details view to be
  119.    sized to 0 width if program was closed in any other view.
  120.  
  121.  - Fixed a bug where program was unable to start fpArchie if fpArchie
  122.    was located in a "long filename" path (i.e. \Program Files).
  123.  
  124.  - Fixed a bug where if the folder was empty, the tree view icon stayed
  125.    green after the LIST command was complete.
  126.  
  127.  - Fixed a bug where certain shell functions (such as changing wallpaper)
  128.    were performed while connected, a blocking thread was not allowing the
  129.    function to complete.
  130.  
  131.  - Fixed a bug where transfer progress dialog was not appearing on top
  132.    of the main window properly.
  133.  
  134.  - Added code to check for insufficient disk space before a file is 
  135.    downloaded.
  136.  
  137.  - Fixed a bug when "Quick Viewing" files that "Quick View" does not
  138.    recognize where the file would be deleted before quick view could
  139.    open it.
  140.  
  141.  - Added percentage complete indicator to transfer progress dialog's
  142.    caption.
  143.  
  144.  - Added "Port" option to connect dialog.
  145.  
  146.  - Enabled transfer progress dialog for non-background transfers.
  147.  
  148.  - Enabled non-background uploading.
  149.  
  150.  - Added "Transfer Dialog Threshold" option to transfer options page.
  151.    This options controls how large a file has to be before the transfer
  152.    progress dialog is displayed.  When transferring many small files,
  153.    displaying the transfer dialog can degrade performance slightly.
  154.    NOTE: The transfer dialog is always displayed for background
  155.    transfers.
  156.  
  157.  - Added option to connection options page to hide files that begin
  158.    with a period.
  159.  
  160.  
  161. * Changes in Version 0.00.032  (06/01/96)
  162.  
  163.  - Fixed some problems with date/time display on certain VMS systems.
  164.  
  165.  
  166. * Changes in Version 0.00.031  (06/01/96)
  167.  
  168.  - Program no longer terminates until last active transfer is either
  169.    completed or cancelled.
  170.  
  171.  - Fixed bug which prevented "Small Icons" or "List" list view settings
  172.    from being restored between sessions.
  173.  
  174.  - Program now saves column width settings for list details view. Sorry,
  175.    still no way to change the order of the columns. :(
  176.  
  177.  - Fixed a bug related to background transfers where if password was
  178.    entered via password prompt dialog, the password was not available
  179.    to the background transfer so it couldn't log in.
  180.  
  181.  - Fixed bug on VMS servers where rename command was not working.
  182.  
  183.  - Improved support for multiple drives.
  184.  
  185.  
  186. * Changes in Version 0.00.030  (05/30/96)
  187.  
  188.  - Fixed some problems with server reporting "UNKNOWN Type: L8" in
  189.    response to SYST command.  (listserv-ftp.dartmouth.edu)
  190.  
  191.  - Fixed a bug that was causing the SYST command to be issued every
  192.    time a list command was issued.
  193.  
  194.  - Improved VMS support.  Program now remembers current drive info.
  195.    Please note that to use the "Go to" command on a VMS system, you
  196.    currently have to specify the path with unix style slashes instead
  197.    of VMS style paths.  (i.e. drive:[pub.misc] becomes drive:/pub/misc)
  198.  
  199.  - Fixed a bug that was preventing larger files from being transferred
  200.    at all unless they were transferred in the background.
  201.  
  202.  - "Go to" command now treats path relative to the current directory.
  203.    If you enter a path that doesn't start with a slash "/" character,
  204.    or a drive specification, then it will append it to the current
  205.    directory and attempt to change to that directory.
  206.       
  207.  
  208. * Changes in Version 0.00.029  (05/29/96)
  209.  
  210.  - Added "Sequential or Simultaneous" option to transfer options page.
  211.    This options allows the user to specify whether to transfer queued
  212.    items sequentially, or to start multiple threads for simultaneous
  213.    transfers.  There is also an option to specify the maximum number
  214.    of logins.
  215.  
  216.  - Moved english resources back into main executable to facilitate
  217.    development.  The program will now look for "ftpxres.dll" and use
  218.    it if it finds it, otherwise it will use the built in resources.
  219.    If you are using english resources, you can delete the file
  220.    "ftpxres.dll" that was provided with earlier builds.  Localized
  221.    DLL's for Norway,